
To compile these examples, you will need:

1) LccWin32
2) Unix tools for windows (UnxUtils), to have the 'make' program. They can be found here: http://unxutils.sourceforge.net/
3) Define 2 globals environment variables:
   - 'LCC', which points to your lcc\bin directory
   - 'PUREBASIC', which points to your purebasic installation drawer

Just type 'make' in the directories with a makefile and all should be compiled correctly.
The resulting purelibrary is automatically copied in your PureBasic\PureLibraries\UserLibraries\ drawer.